iT邦幫忙

2022 iThome 鐵人賽

0
影片教學

150 分鐘學 React系列 第 28

第 27 天 [ Redux :介紹、安裝與使用 ]

  • 分享至 

  • xImage
  •  

今天的重點摘錄

  1. 官網: https://react-redux.js.org/introduction/getting-started#an-existing-react-app
  2. 安裝: npm install redux react-redux
  3. 基本寫法介紹
  4. 架構:
    • store : 儲存全域 State
    • action : 改變 State 的行為
    • reducer : 負責去確認現在要用哪個 action ,進而執行並且改變 State
    • dispatch : 傳送 action 給 reducer
  5. props 的限制:
    • 同層無法傳遞
    • 太多層時會很複雜

Github day27

Yes


上一篇
第 26 天 [ useRef ]
下一篇
第 28 天 [ Redux :傳參數、拆資料夾、 Redux DevTools ]
系列文
150 分鐘學 React31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言